From: Lars Magne Ingebrigtsen Date: Wed, 13 Jul 2011 15:15:26 +0000 (+0200) Subject: (dired-insert-set-properties): Make the doc string reflect what it does now X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2880 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=54f616c93d09b060674a035261d8aa6e68e9c387;p=emacs.git (dired-insert-set-properties): Make the doc string reflect what it does now --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e315ec4e612..51048d60f7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-07-13 Lars Magne Ingebrigtsen + * dired.el (dired-insert-set-properties): Make the doc string + reflect what it does now (bug#5325). + * simple.el (blink-matching-open): Say that we were unable to find the match within the limit, if we're limited (bug#5122). diff --git a/lisp/dired.el b/lisp/dired.el index 62420348d0f..96709ffecd8 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1175,7 +1175,7 @@ If HDR is non-nil, insert a header line with the directory name." (insert " wildcard " (file-name-nondirectory dir) "\n"))))) (defun dired-insert-set-properties (beg end) - "Make the file names highlight when the mouse is on them." + "Add various text properties to the lines in the region." (save-excursion (goto-char beg) (while (< (point) end)